Important: The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s).
cdr [ [ push-interval value ] [ push-trigger space-usage-percent trigger_percentage ] [ remove-file-after-transfer ] [ transfer-mode { pull | push primary { encrypted-url encrypted_url | url url } [ via local-context ] [ secondary { encrypted-secondary-url encrypted_secondary_url | url secondary_url } ] [ module-only ] } ] + | use-harddisk ]
• remove-file-after-transfer: Retains a copy of the file even after it has been pushed or pulled to another server.
• use-harddisk: Disables data storage on the SMC hard disk.
• push-interval: 300 seconds
• push-trigger: 80 percent
• remove-file-after-transfer: Disabled
• transfer mode: Pull
• push via: LC is used for push
• use harddisk: Disabledpush-interval valuevalue must be an integer from 60 through 3600.push-trigger space-usage-percent trigger_percentagetrigger_percentage specifies the EDR/UDR disk utilization percentage for triggering push, and must be an integer from 10 through 80.transfer-mode { pull | push primary { encrypted-url encrypted_url | url url } [ via local-context ] [ secondary { encrypted-secondary-url encrypted_secondary_url | secondary-url secondary_url } ] [ module-only ] }
• pull: Specifies that the L-ESS is to pull the CDR files.
• push: Specifies that the system is to push CDR files to the configured L-ESS.
• primary encrypted-url encrypted_url: Specifies the primary URL location in encrypted format to which the system pushes the CDR files.encrypted_url must be the location name in an encrypted format, and must be an alpha and/or numeric string of 1 through 1024 characters in length.
• primary url url: Specifies the primary URL location to which the system pushes the CDR files.url must be an alpha and/or numeric string of 1 through 1024 characters in the “//user:password@host:[port]/directory” format.
• via local-context: Configuration to select LC/SPIO for transfer of CDRs. The system pushes the EDR files via SPIO in the local context.
• encrypted-secondary-url encrypted_secondary_url: Specifies the secondary URL location in encrypted format to which the system pushes the CDR files when the primary location is unreachable or fails.encrypted_secondary_url must be the location name in an encrypted format, and must be an alpha and/or numeric string of 1 through 1024 characters in length.
• secondary-url secondary_url: Specifies the secondary URL location to which the system pushes the CDR files when the primary location is unreachable or fails.secondary_url must be an alpha and/or numeric string of 1 through 1024 characters in //user:password@host:[port]/directory format.
• module-only: Specifies that the transfer-mode is only applicable to the EDR module; if not configured it is applicable to both EDR and UDR modules. This enables to support individual record transfer-mode configuration for each module.The use-harddisk keyword is only available on ASR 5000 chassis. This command can be run only in a context where CDRMOD is running. Configuring in any other context will result in failure with the message “Failure: Please Check if CDRMOD is running in this context or not.”When changing transfer-mode from pull to push, disable the PULL from L-ESS and then change the transfer mode to push. Make sure that the push server URL configured is accessible from the local context. Also, make sure that the base directory that is mentioned contains udr directory created within it.When changing transfer-mode from push to pull, after changing, enable PULL on the L-ESS. Any of the ongoing PUSH activity will continue till all the scheduled file transfers are completed. If there is no PUSH activity going on at the time of this configuration change, all the PUSH related configuration is nullified immediately.file [ charging-service-name { include | omit } ] [ compression { gzip | none } ] [ current-prefix string ] [ delete-timeout seconds ] [ directory directory_name ] [ edr-format-name ] [ exclude-checksum-record ] [ field-separator { hyphen | omit | underscore } ] [ file-sequence-number rulebase-seq-num ] [ headers ] [ name file_name ] [ reset-indicator ] [ rotation [ num-records number | time seconds | volume bytes ] ] [ sequence-number { length length | omit | padded | padded-six-length | unpadded } ] [ storage-limit limit ] [ single-edr-format ] [ time-stamp { expanded-format | rotated-format | unix-format } ] [ trailing-text string ] [ trap-on-file-delete ] [ xor-final-record ] +
• include: Specifies to include the charging service name in EDR file name.
• omit: Specifies to exclude the charging service name in EDR file name.
• gzip: Enables GNU zip compression of the EDR file at approximately 10:1 ratio.
• none: Disables Gzip compression.current-prefix stringstring must be an alpha and/or numeric string of 1 through 31 characters in length.delete-timeout secondsseconds must be an integer from 3600 through 31536000.directory directory_namedirectory_name must be an alpha and/or numeric string of 1 through 191 characters in length.
• hyphen: Specifies the field separator as “-” (hyphen) symbol between two fields.
• omit: Removes or omits the field separator between two fields.
• underscore: Specifies the field separator as “_” (underscore) symbol between two fields.name file_namefile_name must be an alpha and/or numeric string of 1 through 31 characters in length. The file name format is as follows:
• base: Specifies type of record in file or contains the operator-specified string.
• rulebase: Specifies the name of the ACS rulebase. EDRs from different rulebases go into different EDR files.
• format: Specifies the name of the EDR format if single-edr-format is specified else the format field (and the trailing underscore) is omitted from the file name.
• sequencenum: This is a 5-digit sequence number to detect the missing file sequence. It is unique among all EDR files on the system.
• timestamp: Contains a timestamp based on file creation time in UTC time in MMDDYYYYHHMMSS format.Filename for an EDR file in CSV format that contains information for rule base named rulebase1 and an EDR schema named edr_schema1 appears as follows:
• basename: A global-based configurable text string that is unique per system that uniquely identifies the global location of the system running ACS.
• ChargSvcName: A system context-based configurable text string that uniquely identifies a specific context-based charging service
• timestamp: Date and time at the instance of file creation. Date and time in the form of “MMDDYYYYHHmmSS” where HH is a 24-hour value from 00-23
• SeqNumResetIndicator: A one-byte counter used to discern the potential for duplicated FileSeqNumber with a range of 0 to 255, which is incremented by a value of 1 for the following conditions:
• FileSeqNumber: Unique file sequence number for the file with 9 digit integer having range from 000000000 to 999999999. It is unique on each system.File name for a closed xDR file in CSV format that contains information for ACS system xyz_city1 and charging service name preapaid2 with timestamp 12311969190000, and file sequence number counter reset indicator to 002 for file sequence number 034939002 appears as follows:File name for a running xDR file, not closed, in CSV format that contains information for the same parameters for file sequence number 034939003 prefixed with curr_ and appears as follows:
• The sequence number, see sequence-number keyword, has rolled over to zero.
• num-records number: Specifies the number of records that should be added to the file. When the number of records in the file reaches the specified value, the file is complete.number must be an integer 100 through 10240.
• time seconds: Specifies the period of time to wait before closing the EDR file and creating a new one.seconds must be an integer from 30 through 86400.
• volume bytes: Specifies the maximum size of the EDR file before closing it and creating a new one.bytes must be an integer from 51200 to 62914560. Note that a higher setting may improve the compression ratio when the compression keyword is set to gzip.
• length length: Includes the sequence number with the specified length.length must be the file sequence number length with preceding zeroes in the file name, and must be an integer from 1 through 9.Important: The length configuration is applicable in both EDR and UDR modules. When applied in both modules without the file udr-seq-num configuration, the minimum among the two values will come into effect for both the modules. With the file udr-seq-num config, each module will use its own value of length.
• omit: Excludes the sequence number from the file name.
• padded: Includes the padded sequence number with preceding zeros in the file name. This is the default setting.
• padded-six-length: Includes the padded sequence number with six preceding zeros in the file name.
• unpadded: Includes the unpadded sequence number in the file name.Default: paddedstorage-limit limitOn an ASR 5000 chassis, limit must be an integer from 10485760 through 536870912.
• expanded-format: Specifies the UTC MMDDYYYYHHMMSS format.
• rotated-format: Specifies the time stamp format to YYYYMMDDHHMMSS format.
• unix-format: Specifies the UNIX format of x.y, where x is the number of seconds since 1/1/1970 and y is the fractional portion of the current second that has elapsed.trailing-text stringstring must be an alpha and/or numeric string of 1 through 30 characters in length.Specifies inserting an xor checksum (in place of the CRC checksum) into the EDR file header if the exclude-checksum-record is left at its default setting.file current-prefix Currentfile name EDRfile
|
| Cisco Systems Inc. |
| Tel: 408-526-4000 |
| Fax: 408-527-0883 |